# Project:   test2


# Toolflags:
CCflags = -c -depend !Depend -IJFP: -throwback -zM -apcs /noswst -ff
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -rmf -v -map -x -o $@ 
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
PCflags = -c -depend !Depend -throwback -IP:
JFPatchflags = -depend !Depend -throwback -out $@ -nobanner
BasToTxtflags = { > $@ }
BasicToCflags = -o $@ -4


# Final targets:
@.test2:   @.o.history JFP:o.jfplib @.o.test 
        link $(linkflags) @.o.history JFP:o.jfplib @.o.test 


# User-editable dependencies:


# Static dependencies:
@.o.history:   @.c.history
        cc $(ccflags) -o @.o.history @.c.history 
@.o.test:   @.j.test
        JFPatch -in @.j.test $(jfpatchflags)


# Dynamic dependencies:
o.test:	@.j.test
o.test:	@.j.test
o.history:	c.history
o.history:	h.history
o.history:	JFP:h.string
o.history:	JFP:h.memory
o.history:	JFP:h.fileio
